home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nc_mm000.geo / 00051.ls < prev    next >
Encoding:
Text File  |  1997-03-21  |  272 b   |  14 lines

  1. on keyDown
  2.   if the commandDown and ((the key = "q") or (the key = ".")) then
  3.     handleQuit()
  4.   else
  5.     if (the keyCode = 76) or (the keyCode = 36) then
  6.       HandleNEXT()
  7.     else
  8.       if the keyCode = 53 then
  9.         handleQuit()
  10.       end if
  11.     end if
  12.   end if
  13. end
  14.